home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh -f
-
- if ( -e / ) then
- switch ( "`hinv -c processor | grep MHZ`" )
- case *IP32*:
- cd $HOME
- tardist $HOTMIXDIR/html/vendors/adobe/photoshop/demos/sgips.tardist
- breaksw
- default:
- xwsh -bg royalblue -fg white \
- -geom 80x30+100+100 -cursorfg violetred1 -cursorbg violetred1 \
- -title "Unaable to Install O2 Performance Package" \
- -e /bin/csh -c \
- "$HOTMIXDIR/html/vendors/adobe/photoshop/demos/message.csh"
- breaksw
- endsw
-
- endif
-